Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crc calculation option to file info cmd #93

Conversation

sasataku
Copy link
Member

@sasataku sasataku commented Nov 9, 2024

This commit adds an option to the File info command to calculate the CRC32 value. Since CRC32 calculation may take a long time for larger files, this update enables users to toggle the option on or off when executing the command.
And Commands related to file operations are expected to take time to process, so a dedicated work queue will be prepared to handle these operations.

Commands related to file operations are expected to take time to
process, so a dedicated work queue will be prepared to handle
these operations.

Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>
This commit adds an option to the File info command to calculate the
CRC32 value. Since CRC32 calculation may take a long time for larger
files, this update enables users to toggle the option on or off when
executing the command.

Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>
@sasataku sasataku requested a review from yashi as a code owner November 9, 2024 11:42
@sasataku sasataku merged commit c5d2d28 into spacecubics:main Nov 9, 2024
42 checks passed
@sasataku sasataku deleted the add-crc-calculation-option-to-file-info-cmd branch November 9, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant